home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / BARSDI / readme.txt
Text File  |  1997-03-25  |  1KB  |  36 lines

  1. BARSDI - Based on GEN32
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Show a generic windows aplication with a toolbar and status bar.
  13.  
  14. USES:
  15.     Based on GEN32.
  16.  
  17. COMMENTS:     This sample demonstrates the use of  statusbar and toolbar
  18.               controls in their simplest forms. These controls are attached
  19.               to the main window (typically) of an application to give users
  20.               a visual indication of menu items and other relevant pieces 
  21.               of information.
  22.  
  23.               This is a 32-bit only sample.
  24.  
  25.  
  26. MODULE MAP:
  27.     Dispatch- Message dispatching routines
  28.     WinMain - Calls initialization functions and processes the message loop
  29.     BarSDI  - Implements the windows procedure for the main application window
  30.     Init    - Performs application and instance specific initialization
  31.     About   - Defines a standard about dialog box.
  32.     Misc    - Defines the applications specific commands not related to
  33.                 a specific module.
  34.     ToolBar - Creates the toolbar and processes ToolTips notifications.
  35.     StatBar - Creates and manages the status bar.
  36.